Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 05:16:59 +0000 (05:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 05:16:59 +0000 (05:16 +0000)
docs/reference/ChangeLog
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/tmpl/gtkiconview.sgml

index 09acd1de463dda8f03882b428c8c091d5bba1068..e5fd25f97c5e29a58c53531897f5bbe1f13e3309 100644 (file)
@@ -1,3 +1,11 @@
+Tue Jul 13 01:16:20 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkiconview.sgml: Updates.
+
+Tue Jul 13 00:45:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk-docs.sgml: Move GtkAboutDialog to Windows section. 
+
 2004-07-12  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/glossary.xml: Start of the GTK+ glossary.
index efa61b1b050687f090d83058d0c28e4d0ebe89d7..ab017a96049aa2acac8ef3dbf9f896348b189880 100644 (file)
@@ -330,11 +330,11 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
         &GtkMessageDialog;
         &GtkWindow;
         &GtkWindowGroup;
+        &GtkAboutDialog;
     </chapter>
 
     <chapter id="DisplayWidgets">
       <title>Display Widgets</title>
-        &GtkAboutDialog;
         &GtkAccelLabel;
         &GtkImage;
         &GtkLabel;
index 1d1d3705fd3ecd063909939da230e79af5022c01..cedf274df541c1158e34191681b5071b0e308912 100644 (file)
@@ -6,7 +6,12 @@ A widget which displays a list of icons in a grid
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+#GtkIconView provides an alternative view on a list model. 
+It displays the model as a grid of icons with labels. Like 
+#GtkTreeView, it allows to select one or multiple items 
+(depending on the selection mode, see gtk_icon_view_set_selection_mode()).
+In addition to selection with the arrow keys, #GtkIconView supports
+rubberband selection, which is controlled by dragging the pointer.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
@@ -16,7 +21,8 @@ A widget which displays a list of icons in a grid
 
 <!-- ##### STRUCT GtkIconView ##### -->
 <para>
-
+The <structname>GtkIconView</structname> struct contains only
+private fields and should not be directly accessed.
 </para>
 
 
@@ -133,12 +139,13 @@ A widget which displays a list of icons in a grid
 
 <!-- ##### USER_FUNCTION GtkIconViewForeachFunc ##### -->
 <para>
-
+A function used by gtk_icon_view_selected_foreach() to map all
+selected rows.  It will be called on every selected row in the view.
 </para>
 
-@icon_view: 
-@path: 
-@data: 
+@model: The #GtkTreeModel being viewed
+@path: The #GtkTreePath of a selected row
+@data: user data
 
 
 <!-- ##### FUNCTION gtk_icon_view_new ##### -->